The instrument About information structure contains the information that appears in the instrument's About box and is returned by the MusicGetInstrumentAboutInfo function MusicGetInstrumentInfo . It is defined by the InstrumentAboutInfo data type.
struct InstrumentAboutInfo {
PicHandle p;
Str255 author;
Str255 copyright;
Str255 other;
};
typedef struct InstrumentAboutInfo InstrumentAboutInfo;